home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / misc / EasyElements.lha / EasyElements / Source / EEmain.c < prev    next >
C/C++ Source or Header  |  1994-12-28  |  172b  |  17 lines

  1. #include "EEgui.c"
  2. #include "EEdef.c"
  3. #include "EEwinscr.c"
  4. #include "EEloop.c"
  5. #include "EEpressed.c"
  6.  
  7. main()
  8. {
  9.  
  10. OpenScreenWindow();
  11.  
  12. mainloop();
  13.  
  14. CloseScreenWindow();
  15. }
  16.  
  17.